TransmitSecurityAccountProtectionError

sealed class TransmitSecurityAccountProtectionError

Types

Link copied to clipboard
data class ConnectionError(transmitSecurityError: TransmitSecurityError.ConnectionError) : TransmitSecurityAccountProtectionError

Indicates a connectivity error.

Link copied to clipboard
data class Disabled(transmitSecurityError: TransmitSecurityError.Disabled) : TransmitSecurityAccountProtectionError

Indicates that the SDK is in a Disabled state.

Link copied to clipboard
data class InternalError(transmitSecurityError: TransmitSecurityError.InternalError) : TransmitSecurityAccountProtectionError

Indicates an internal SDK error.

Link copied to clipboard
data class NotSupportedActionError(transmitSecurityError: TransmitSecurityError.NotSupportedActionError) : TransmitSecurityAccountProtectionError

Indicates that the action is not supported.

Functions

Link copied to clipboard
override fun toString(): String

Properties

Link copied to clipboard
val errorMessage: String

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard